home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / docs / help / adosguide.lha / ADOSguide / ADOS commands / Stack < prev    next >
Encoding:
Text File  |  1999-05-16  |  710 b   |  28 lines

  1.                            --AMIGADOS GUIDE V2.6--
  2.                                    STACK
  3.  
  4.  
  5.    USE:
  6.    Every AmigaDOS command requires a certain amount of `Stack' to use
  7.    as workspace while it operates.
  8.  
  9.    Stack allows you to change or read the current Stack value in Bytes.
  10.  
  11.    PATH:
  12.    C:
  13.  
  14.    SYSTEM:
  15.    2.0, 2.1, 3.0
  16.  
  17.    EXAMPLES:
  18.    1>STACK (Returns current Stack size)
  19.    1>STACK 6000 (Change Stack size)
  20.  
  21.    NOTES:
  22.    It should be noted that all processes launched from the Shell will
  23.    adopt the current priority and Stack size, this includes any new Shells.
  24.  
  25.    Warning: If you have set a new Stack size and it is too low, your
  26.             Amiga could well crash, taking down your whole system.
  27.  
  28.